home *** CD-ROM | disk | FTP | other *** search
- echo off
- if (%1)==() goto whoops
- cls
- echo Now installing Task Master on Drive %1... sit back and relax
- md %1:\tm
- copy tmaster.exe %1:\tm
- %1:
- cd\tm
- tmaster
- cls
- echo The subdirectory \TM contains Task Master and documentation
- echo files.
- echo.
- echo Installation complete. Ready to start Task Master.
- echo.
- pause
- cls
- tm
- goto quit
- :whoops
- echo You forgot to type a drive letter, please try again...
- :quit
-